Silly Dragon
Verified contract
Active on
Ethereum with 69,313 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Silly Dragon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244985 | an hour ago | | | 0 | 0.00030410257 | |
| 21240753 | 16 hours ago | | | 0 | 0.00031646846 | |
| 21236363 | a day ago | | | 0 | 0.00095714763 | |
| 21230432 | 2 days ago | | | 0 | 0.00070683031 | |
| 21230431 | 2 days ago | | | 0 | 0.00060178214 | |
| 21227957 | 2 days ago | | | 0 | 0.00030774740 | |
| 21227776 | 2 days ago | | | 0 | 0.00021340671 | |
| 21226575 | 3 days ago | | | 0 | 0.00025772409 | |
| 21225215 | 3 days ago | | | 0 | 0.00025504099 | |
| 21222201 | 3 days ago | | | 0 | 0.00054777426 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
donate(address tokenAddress, address charityAddress)
mint()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)