Dancing Coffin
Verified contract
Active on
Ethereum with 873 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 "Dancing Coffin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21277192 | 10 hours ago | | | 0 | 0.00015004770 | |
| 20928930 | 2 months ago | | | 0 | 0.00093499133 | |
| 20597325 | 3 months ago | | | 0 | 0.000057545336 | |
| 20501846 | 4 months ago | | | 0 | 0.000054924126 | |
| 20223378 | 5 months ago | | | 0 | 0.00015641960 | |
| 19852070 | 7 months ago | | | 0 | 0.00015213508 | |
| 19794178 | 7 months ago | | | 0 | 0.00014798054 | |
| 19794170 | 7 months ago | | | 0 | 0.00026380208 | |
| 19779135 | 7 months ago | | | 0 | 0.00022827019 | |
| 19490993 | 8 months ago | | | 0 | 0.00093645959 |
ABI
ABI objects
Getter at block 21280068
addAllToBlackList() view returns (bool)
false
decimals() view returns (uint8)
18
limited() view returns (bool)
false
maxHoldingAmount() view returns (uint256)
347100001000000000000000000
minHoldingAmount() view returns (uint256)
1000000000000000000
name() view returns (string)
Dancing Coffin
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
COFFIN
totalSupply() view returns (uint256)
69420000000000000000000000000
uniswapV2Pair() view returns (address)
0x9cb639d1d9e552ac050c4579b7923bff19930623
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklists(address) view returns (bool)
whitelists(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address[] _addresses, bool _isBlacklisting)
burn(uint256 value)
deactivateAddAllToBlackList()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setRule(bool _limited, address _uniswapV2Pair, uint256 _maxHoldingAmount, uint256 _minHoldingAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
whitelist(address[] _addresses, bool _isWhitelisting)
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.
This contract contains no error objects.