The Rare Antiquities Token
Verified contract
Active on
Ethereum with 1,322 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RAT | ERC-20 | 9.469642M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20717880 | 3 months ago | | | 0 | 0.00016401962 | |
| 19883925 | 7 months ago | | | 0 | 0.00018421344 | |
| 19777447 | 7 months ago | | | 0 | 0.00059601162 | |
| 17459223 | 2 years ago | | | 0 | 0.0053541000 | |
| 17439305 | 2 years ago | | | 0 | 0.0011889108 | |
| 17439290 | 2 years ago | | | 0 | 0.0018352351 | |
| 17439257 | 2 years ago | | | 0 | 0.0010625148 | |
| 17439225 | 2 years ago | | | 0 | 0.0011140737 | |
| 17012722 | 2 years ago | | | 0 | 0.00050681884 | |
| 16664067 | 2 years ago | | | 0 | 0.0033044438 |
ABI
ABI objects
Getter at block 21397874
decimals() view returns (uint8)
18
feeOn() view returns (bool)
false
name() view returns (string)
The Rare Antiquities Token
owner() view returns (address)
0xa27445dd0fbe56b95c2401076f03d26c8e61f312
paused() view returns (bool)
false
symbol() view returns (string)
RAT
totalSupply() view returns (uint256)
211349668118085987245698672800
treasury() view returns (address)
0x338037becf48e54b7d86c6a8db38b118bfcd7690
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklisted(address _address) view returns (bool)
blacklistedMap(address) view returns (bool)
lastBurns(address) view returns (uint256)
State-modifying
Events addBlacklist(address _address)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
changeTreasury(address _treasury)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
removeBlacklist(address _address)
renounceOwnership()
toggleFee()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklisted(address indexed account, bool isBlacklisted)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.