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 "RUSH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20072524 | 6 months ago | | | 0 | 0.00037704794 | |
| 19953199 | 6 months ago | | | 0 | 0.00019928562 | |
| 19825896 | 7 months ago | | | 0 | 0.00073432489 | |
| 19615036 | 8 months ago | | | 0 | 0.0012135605 | |
| 19575849 | 8 months ago | | | 0 | 0.0012772268 | |
| 19575849 | 8 months ago | | | 0 | 0.0021637877 | |
| 19482785 | 8 months ago | | | 0 | 0.0017291708 | |
| 19448836 | 8 months ago | | | 0 | 0.0015708890 | |
| 19337240 | 9 months ago | | | 0 | 0.0011769417 | |
| 19259664 | 9 months ago | | | 0 | 0.00058718069 |
ABI
ABI objects
Getter at block 21302873
URI() view returns (string)
https://images.magicrush404.com/metadata/
decimals() view returns (uint8)
18
foundationAddress() view returns (address)
0xbc49ffd1e82ba590ece281b87333a014308a16cd
minted() view returns (uint256)
1845
name() view returns (string)
Gold Rush
owner() view returns (address)
0x7bc5db5a896ea22144a4b3a2fed14cdaffd243b5
symbol() view returns (string)
RUSH
tax() view returns (uint256)
500
totalSupply() view returns (uint256)
808000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
isExcludedFromTax(address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
changeURI(string _uri)
excludeFromTax(address _addr, bool _status)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setFoundation(address _addr)
setTax(uint256 _tax)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address _owner)
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
Unauthorized()
UnsafeRecipient()