Skip to content

Commit a759186

Browse files
committed
add links to serial-coder.com (Unexpected Ether With Forcibly Sending Ether)
1 parent a1b1cc6 commit a759186

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: 08_unexpected_ether_with_forcibly_sending_ether/Attack.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
// For more info, please refer to my article:
88
// - On Medium: https://medium.com/valixconsulting/solidity-smart-contract-security-by-example-08-unexpected-ether-with-forcibly-sending-ether-e13be2c6b985
9-
// - On serial-coder.com: (coming soon)
9+
// - On serial-coder.com: https://www.serial-coder.com/post/solidity-smart-contract-security-by-example-08-unexpected-ether-with-forcibly-sending-ether/
1010

1111
pragma solidity 0.8.17;
1212

Diff for: 08_unexpected_ether_with_forcibly_sending_ether/FixedMoonToken.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
// For more info, please refer to my article:
88
// - On Medium: https://medium.com/valixconsulting/solidity-smart-contract-security-by-example-08-unexpected-ether-with-forcibly-sending-ether-e13be2c6b985
9-
// - On serial-coder.com: (coming soon)
9+
// - On serial-coder.com: https://www.serial-coder.com/post/solidity-smart-contract-security-by-example-08-unexpected-ether-with-forcibly-sending-ether/
1010

1111
pragma solidity 0.8.17;
1212

Diff for: 08_unexpected_ether_with_forcibly_sending_ether/InsecureMoonToken.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
// For more info, please refer to my article:
88
// - On Medium: https://medium.com/valixconsulting/solidity-smart-contract-security-by-example-08-unexpected-ether-with-forcibly-sending-ether-e13be2c6b985
9-
// - On serial-coder.com: (coming soon)
9+
// - On serial-coder.com: https://www.serial-coder.com/post/solidity-smart-contract-security-by-example-08-unexpected-ether-with-forcibly-sending-ether/
1010

1111
pragma solidity 0.8.17;
1212

Diff for: 08_unexpected_ether_with_forcibly_sending_ether/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ For more info, please refer to my article:
44

55
| Vulnerability Issue | Article Links |
66
| --- | --- |
7-
| [Unexpected Ether With Forcibly Sending Ether]() | - [On Medium](https://medium.com/valixconsulting/solidity-smart-contract-security-by-example-08-unexpected-ether-with-forcibly-sending-ether-e13be2c6b985)<br /> - On serial-coder[.]com (coming soon) |
7+
| [Unexpected Ether With Forcibly Sending Ether]() | - [On Medium](https://medium.com/valixconsulting/solidity-smart-contract-security-by-example-08-unexpected-ether-with-forcibly-sending-ether-e13be2c6b985)<br /> - [On serial-coder.com](https://www.serial-coder.com/post/solidity-smart-contract-security-by-example-08-unexpected-ether-with-forcibly-sending-ether/) |

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Nonetheless, feel free to contact **[Valix Consulting](https://valix.io)** for y
1919
| 05 | [Cross-Contract Reentrancy](05_cross_contract_reentrancy) | - [On Medium](https://medium.com/valixconsulting/solidity-smart-contract-security-by-example-05-cross-contract-reentrancy-30f29e2a01b9)<br /> - [On serial-coder.com](https://www.serial-coder.com/post/solidity-smart-contract-security-by-example-05-cross-contract-reentrancy/) |
2020
| 06 | [Integer Overflow](06_integer_overflow) | - [On Medium](https://medium.com/valixconsulting/solidity-smart-contract-security-by-example-06-integer-overflow-e1f444f3cc4)<br /> - [On serial-coder.com](https://www.serial-coder.com/post/solidity-smart-contract-security-by-example-06-integer-overflow/) |
2121
| 07 | [Phishing With Improper Authorization](07_phishing_with_improper_authorization) | - [On Medium](https://medium.com/valixconsulting/solidity-smart-contract-security-by-example-07-phishing-with-improper-authorization-232dacf307e3)<br /> - [On serial-coder.com](https://www.serial-coder.com/post/solidity-smart-contract-security-by-example-07-phishing-with-improper-authorization/) |
22-
| 08 | [Unexpected Ether With Forcibly Sending Ether](08_unexpected_ether_with_forcibly_sending_ether) | - [On Medium](https://medium.com/valixconsulting/solidity-smart-contract-security-by-example-08-unexpected-ether-with-forcibly-sending-ether-e13be2c6b985)<br /> - On serial-coder[.]com (coming soon) |
22+
| 08 | [Unexpected Ether With Forcibly Sending Ether](08_unexpected_ether_with_forcibly_sending_ether) | - [On Medium](https://medium.com/valixconsulting/solidity-smart-contract-security-by-example-08-unexpected-ether-with-forcibly-sending-ether-e13be2c6b985)<br /> - [On serial-coder.com](https://www.serial-coder.com/post/solidity-smart-contract-security-by-example-08-unexpected-ether-with-forcibly-sending-ether/) |
2323

2424
## Copyright
2525

0 commit comments

Comments
 (0)