R A G E
Verified contract
Active on
Ethereum with 3,531 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 "R A G E"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16690203 | 2 years ago | | | 0 | 0.0013240742 | |
| 16517824 | 2 years ago | | | 0 | 0.00068256771 | |
| 15662046 | 2 years ago | | | 0 | 0.00025253040 | |
| 15598334 | 2 years ago | | | 0 | 0.00034064587 | |
| 15567264 | 2 years ago | | | 0 | 0.00025234663 | |
| 15565813 | 2 years ago | | | 0 | 0.00016908844 | |
| 15565516 | 2 years ago | | | 0 | 0.00011851448 | |
| 15565171 | 2 years ago | | | 0 | 0.00095274321 | |
| 15565148 | 2 years ago | | | 0 | 0.00043004386 | |
| 15565143 | 2 years ago | | | 0 | 0.00046637124 |
ABI
ABI objects
Getter at block 21165896
maxPerTx() view returns (uint32)
10
maxSupply() view returns (uint32)
3333
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
R A G E
owner() view returns (address)
0x149a92e44e6098205c18433007e5103c038ccc83
symbol() view returns (string)
Rage
totalSupply() view returns (uint256)
3216
uriPrefix() view returns (string)
ipfs://QmZAq6JL19fAFpRTvLwyL6hyKURorFAnM6HrH1XVpwtUQ5/
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events RageToBurnGetRageCoin(uint256 amount)
approve(address to, uint256 tokenId)
publicMint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUri(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()