TulipToken
Verified contract
Active on
Ethereum with 728 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "TulipToken"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20553911 | 3 months ago | | | 0 | 0.000023232546 | |
| 19995849 | 6 months ago | | | 0 | 0.00021157768 | |
| 19654375 | 7 months ago | | | 0 | 0.00029080720 | |
| 17112748 | 2 years ago | | | 0 | 0.00086742613 | |
| 17112747 | 2 years ago | | | 0 | 0.00087438929 | |
| 16806026 | 2 years ago | | | 0 | 0.0017580441 | |
| 16574558 | 2 years ago | | | 0 | 0.00043041902 | |
| 16525285 | 2 years ago | | | 0 | 0.00036174495 | |
| 14949216 | 2 years ago | | | 0 | 0.00063200483 | |
| 13388404 | 3 years ago | | | 0 | 0.0015730885 |
ABI
ABI objects
Getter at block 21225563 getOwner() view
decimals() view returns (uint8)
9
getOwners() view returns (address[])
[0x0000000000000000000000000000000000000000, 0x0c15E28047fE0eD2CC897CF36C5C5659571A8624, 0x6285cA1B0Af3C6C5C910aDe96c05985F1762030b, 0x0000000000000000000000000000000000000000, 0x1d6eFDe41748BC14ec13202f2fCF68a726A21C50]
name() view returns (string)
Pink Tulip
symbol() view returns (string)
pTLP
totalSupply() view returns (uint256)
8443200000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addOwner(address _newOwner)
addOwnerShip(address newOwner)
approve(address spender, uint256 value) returns (bool)
contractBurn(address account, uint256 amount)
contractMint(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwner()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.