Cool Santa
Verified contract
Active on
Ethereum with 21 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 "Cool Santa"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16263552 | 2 years ago | | | 0 | 0.00057876534 | |
| 16263544 | 2 years ago | | | 0 | 0.00048848460 | |
| 16263544 | 2 years ago | | | 0 | 0.00048250670 | |
| 16263262 | 2 years ago | | | 0 | 0.00059393524 | |
| 16262867 | 2 years ago | | | 0 | 0.00051691202 | |
| 16262865 | 2 years ago | | | 0 | 0.00029243642 | |
| 16262863 | 2 years ago | | | 0 | 0.00054303473 | |
| 16262858 | 2 years ago | | | 0 | 0.00051205893 | |
| 16262852 | 2 years ago | | | 0 | 0.00052628250 | |
| 16262851 | 2 years ago | | | 0 | 0.00051385554 |
ABI
ABI objects
Getter at block 21418187
Owner() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Cool Santa
symbol() view returns (string)
COOLSANTA
totalSupply() view returns (uint256)
1000000000000000000000000
uniswapV2Pair() view returns (address)
0xa2642710d6047199738801c7ad3ca0c2c44e14d6
Read-only
allowance(address Owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getMAccountkFee(address _address) view returns (bool)
getRelease(address _address) view returns (bool)
getSlipkFee(address _address) view returns (uint256)
State-modifying
Events PairList(address _address)
Reward(uint256 _value)
approve(address spender, uint256 Amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setMAccountkFee(address _address, bool _value)
setSlipkFee(address _address, uint256 _value)
transfer(address to, uint256 Amount) returns (bool)
transferFrom(address from, address to, uint256 Amount) 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(string name_, string symbol_, uint256 totalSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.