Red Tulip
Verified contract
Active on
Ethereum with 480 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Red Tulip"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20553941 | 4 months ago | | | 0 | 0.000023703587 | |
| 17112753 | 2 years ago | | | 0 | 0.0010178691 | |
| 17112752 | 2 years ago | | | 0 | 0.0010271944 | |
| 17112751 | 2 years ago | | | 0 | 0.00099538419 | |
| 16823590 | 2 years ago | | | 0 | 0.00048458550 | |
| 16383338 | 2 years ago | | | 0 | 0.00043574615 | |
| 13388404 | 3 years ago | | | 0 | 0.0016057609 | |
| 12718446 | 3 years ago | | | 0 | 0.00018908500 | |
| 12718440 | 3 years ago | | | 0 | 0.00018908500 | |
| 12718435 | 3 years ago | | | 0 | 0.00018908500 |
ABI
ABI objects
Getter at block 21428265 getOwner() view
decimals() view returns (uint8)
9
getOwners() view returns (address[])
[0x0000000000000000000000000000000000000000, 0x0c15E28047fE0eD2CC897CF36C5C5659571A8624, 0x6285cA1B0Af3C6C5C910aDe96c05985F1762030b, 0x0000000000000000000000000000000000000000, 0x1d6eFDe41748BC14ec13202f2fCF68a726A21C50]
name() view returns (string)
Red Tulip
symbol() view returns (string)
rTLP
totalSupply() view returns (uint256)
466350000000
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.