This contract is being backfilled. You may encounter incomplete storage history.

Silly Dragon

Verified contract

Active on Ethereum with 69,313 txns
Deployed by via 0x827c33b7 at 20990038
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Silly Dragon"

0x5ef5d483f52f56dd8e9110d51e156affa08c3b399253c92a6ad15b32561078bc
From
0x701e9f244466bd4c95a9ec3029621386ef09aabee9988cde8f8fbe4cd54cb9cb
0x07eb2920b34a96812026f352c320bcba0ff480377e8c95bf8686935f0743ec11
0xb1f8c00b215ff352e1621c4bd92e3d9a4dfe1ebf4be070f98968898160906527
0x0f08aaf4824fe65c983f1a77c035b423dae43fa3cbf5177beacfe3b61e295bef
0x149012f59fa3ef46cf0f556e2cad83db30f05487977ca472714cfa83867bfc18
0x41fb50c41d738c29766c9f5664ff20fe3287f73fc546c88ba894b319e8c2491c
0xed854602fa81a5b99f2c02b021c1388db3fb9f623ed438514de527e12135274f
0x5f049d4c036607e5984c0e96da5ed5cbe6dc331ff78060fe72729cea9c42b65e
0xd438a2316db4036efd36eea7fedfa318e4525792b29cad8c6d3ef9935001d9ce

Functions
Getter at block 21245386
MAX_SUPPLY(view returns (uint256)
210000000000000000000000000000
MINT_AMOUNT(view returns (uint256)
5000000000000000000000000
VITALIK(view returns (address)
0xd8da6bf26964af9d7eed9e03e53415d37aa96045
decimals(view returns (uint8)
18
name(view returns (string)
Silly Dragon
owner(view returns (address)
0x000000000000000000000000000000000000dead
symbol(view returns (string)
Silly
totalSupply(view returns (uint256)
210000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
donate(address tokenAddressaddress charityAddress
mint(
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account